Keysight VISA.NET Help
WriteList(UInt64[]) Method



The array of UInt64 integers to be added to the formatted I/O write buffer.
Converts each of the UInt64 integers in the specified array to an ASCII string and appends them, separated by commas, to the formatted I/O write buffer.
Syntax
'Declaration
 
<CLSCompliantAttribute(False)>
Overloads Sub WriteList( _
   ByVal data() As ULong _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data() As ULong
 
instance.WriteList(data)
[CLSCompliant(false)]
void WriteList( 
   ulong[] data
)
[CLSCompliant(false)]
void WriteList( 
   array<ulong>^ data
) 

Parameters

data
The array of UInt64 integers to be added to the formatted I/O write buffer.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025